home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / LIB / PARI / PARI2 / pari / c / plotdummy < prev    next >
Text File  |  1991-11-28  |  88b  |  14 lines

  1. #include "genpari.h"
  2.  
  3. GEN ploth()
  4.  
  5. {
  6.   return gnil;
  7. }
  8.  
  9. GEN ploth2()
  10.  
  11. {
  12.   return gnil;
  13. }
  14.